Skip to content

Conversation

kidrigger
Copy link

date now command documentation shows how to correctly output RFC3339 format.
format date command documentation shows how to format to RFC3339 format.

FIXES: nushell/nushell#15168

Copy link
Contributor

Awesome that you are trying to improve the documentation of a nushell command!

You should not modify the files in commands/docs or commands/categories!
We autogenerate these command pages from the help information defined by the command implementation, after each release. Thus:

  • If you already updated the command help, you are already done and can close this PR!
  • Else, please look for the command in the source tree and make your changes directly there in the impl Command and Signature.
  • If you accidentally made a change in commands/ while working on general documentation, please revert changes to commands/

Thanks for helping out!

@kidrigger kidrigger closed this Apr 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

debug on date does not print RFC3339 conformant output.
1 participant